home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 February / PCpro_2005_02.ISO / files / opensource / A_Note_4.2.1 / setup.exe / {app} / Server Documents / init.php < prev    next >
Encoding:
PHP Script  |  2004-09-27  |  235 b   |  7 lines

  1. <?php
  2. // Initialize some variables
  3.     $dbusername=""; // ENTER YOUR DATABASE USERNAME HERE
  4.     $dbpassword=""; // ENTER YOUR DATABASE PASSWORD HERE
  5.     $database="anote";
  6.     $xmlstart = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>";
  7. ?>